tmem: fix ia64 build
authorKeir Fraser <keir.fraser@citrix.com>
Thu, 8 Apr 2010 14:31:21 +0000 (15:31 +0100)
committerKeir Fraser <keir.fraser@citrix.com>
Thu, 8 Apr 2010 14:31:21 +0000 (15:31 +0100)
  /xen/common/built_in.o: In function `tmh_get_first_byte':
  /xen/include/xen/tmem_xen.h:350: undefined reference to
  `__map_domain_page'

Signed-off-by: KUWAMURA Shin'ya <kuwa@jp.fujitsu.com>
xen/include/xen/tmem_xen.h

index 5754318c824be6076632dcaad6b6a110daa8893b..8ed47f4cea4f3dfacae6b7c0a56db8b4bc14dcf9 100644 (file)
@@ -15,6 +15,7 @@
 #include <xen/sched.h>  /* struct domain */
 #include <xen/guest_access.h> /* copy_from_guest */
 #include <xen/hash.h> /* hash_long */
+#include <xen/domain_page.h> /* __map_domain_page */
 #include <public/tmem.h>
 #ifdef CONFIG_COMPAT
 #include <compat/tmem.h>